func runtime.reentersyscall

3 uses

	runtime (current package)
		cgocall.go#L383: 	reentersyscall(savedpc, uintptr(savedsp), uintptr(savedbp))
		proc.go#L4627: func reentersyscall(pc, sp, bp uintptr) {
		proc.go#L4743: 	reentersyscall(sys.GetCallerPC(), sys.GetCallerSP(), fp)